projects
/
gtk+3.0.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b84cf5f
)
gtk-demo: Fix up the inline-toolbar example
author
Matthias Clasen
<mclasen@redhat.com>
Sat, 5 Mar 2016 01:49:10 +0000
(20:49 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Sat, 5 Mar 2016 01:50:21 +0000
(20:50 -0500)
The inline toolbar in the style classes demo should use
the icons toolbar-style to ensure that the buttons are square.
demos/gtk-demo/theming.ui
patch
|
blob
|
history
diff --git
a/demos/gtk-demo/theming.ui
b/demos/gtk-demo/theming.ui
index ee0414b0364008b80e87070dcea6210f2b391149..7455e6df40f0b284cd6e01643054745c9ccaefc0 100644
(file)
--- a/
demos/gtk-demo/theming.ui
+++ b/
demos/gtk-demo/theming.ui
@@
-182,6
+182,7
@@
<property name="visible">1</property>
<property name="hexpand">1</property>
<property name="icon_size">1</property>
+ <property name="toolbar-style">icons</property>
<style>
<class name="inline-toolbar"/>
</style>